/* .container {
    width: 1140px !important;
} */

.LogoImg {
    height: 50px !important;
}

.navHeight {
    height: 60px;
}

.bg-yellow {
    background-color: #ffb600 !important;
}

.bg-gray {
    background: #4a5568;
}

.bg-navyBlue {
    background-color: #0A2C4E;
}

.navItems {
    text-decoration: none;
    color: #ffffff !important;
    text-transform: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
}

.navItems:hover {
    color: #ffb600 !important;
}

.signupbtn {
    background: linear-gradient(270deg, #ffcc4c 0, #ffb600 100%);
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.mainbannerimg {
    background-image: url("./Images/mainBanner.png") !important;
    background-size: cover;
}

.mainbannergreadent {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(255, 255, 255, 0) 100%) !important;
    position: relative;
    padding-top: 16px;
    padding-bottom: 66px;
    color: white;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Breadcrumb_container {
    list-style: none;
    margin: 0;
    padding-bottom: 28px;
    min-height: 56px;
}

.DesktopBanner_images {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.DesktopBanner_img {
    max-width: 50%;
    display: block;
    margin: 0;
    border: none;
    padding: 0;
}

.desktopbannerTitle {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    max-width: 75%;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 12px;
}

.responsive-iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
}

#newSection3discriptionText1Hidden {
    display: none;
}

#newSection3discriptionText2Hidden {
    display: none;
}

#newSection3discriptionText3Hidden {
    display: none;
}

#newSection3discriptionText4Hidden {
    display: none;
}

.desktopBannerSubTitle {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, .9);
    max-width: 75%;
    font-weight: 400;
}

.desktopMainBannerBtn {
    min-width: 232px;
    height: 52px;
    line-height: 52px;
    background: #ffb600 !important;
    border-radius: 8px;
    padding: 0 60px;
    margin-right: 42px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: unset;
}

.mainBannerBottomTag {
   
    /*display: flex;*/
     text-align:center;
    justify-content: space-between;
    padding: 20px 36px;
    background: #fff;
    color: #000;
    align-items: flex-start;
    margin-top: -50px;
    position: relative;
    box-shadow: 0 2px 6px rgb(9 30 66 / 4%), 0 8px 12px rgb(9 30 66 / 8%);
    gap: 30px;
    border-radius: 4px;
    /*grid-template-columns: repeat(2, 1fr);*/
}

.mainBannerBottomTagList {
    max-width: 20%;
}

.mainBannerBottomTagListHeading {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #1a202c;
}

.mainBannerBottomTagListsubPara {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-top: 8px;
    color: #475465;
}

.everySectionSpacing {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* .newSection1 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
} */

.newSection1H1 {
    font-size: 32px;
    line-height: 48px;
    color: #222;
    font-weight: 600;
    margin-bottom: 12px;
}

.newSection1subheading {
    color: #101010;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.mb-40 {
    margin-bottom: 40px;
}

.newsectionGrid_Testimonial {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
}

.newsectionGrid_Testimonial_description {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    overflow: hidden;
    font-weight: 300;
    color: #4a5568;
}

.pt-125 {
    padding-top: 125px;
}

.newsectionGrid_Testimonial_Logo {
    max-width: 52%;
    display: block;
    margin: 0;
    border: none;
    padding: 0;
}

.newsection2 {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.newsection2heading {
    display: block;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
}

.newsection2description {
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-top: 16px;
    max-width: 100%;
    font-weight: 400;
}


.downloadSyllabus {
    /* margin-left: 28% !important; */
    margin-top: 14% !important;
    background: #ffb600 !important;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 28px;
    height: 60px;
    min-width: 247px;
    font-weight: 600;
    margin: 0 auto;
}
.downloadSyllabus a {
    text-decoration: none !important;
    color: black !important;
}

.newSection3Heading {
    font-size: 26px;
    line-height: 130%;
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 9px;
}

.newSection3discriptionText {
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

#newSection3discriptionViewBtn1 {
    text-decoration: none !important;
    outline: none;
}

.newSectionViewMore {
    color: #2badf8 !important;
    position: relative;
    right: 0% !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    cursor: pointer !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.newSection4 {
    background: #ffb600;
    color: #fff;
    position: relative;
}

.newSection4Credential1 {
    display: none;
}

.newSection4Credential2 {
    display: none;
}

.newSection4Certificate1 {
    padding-top: 40px;
    padding-right: calc(300px + 10%);
}

.newSection4Certificate2 {
    padding-top: 40px;
    padding-right: calc(300px + 10%);
}

.newSection4CertificateHeading {
    font-size: 32px;
    line-height: 100%;
    font-weight: 600;
}

.newSection4Button1Active {
    border-bottom: 3px solid white;
}


.newSection4Button1 {
    border: 0;
    outline: 0;
    font-size: 24px;
    line-height: 100%;
    background: none;
    color: inherit;
    cursor: pointer;
    padding: 12px 5px;
    font-weight: 400;
    font-family: inherit;
    position: relative;
    font-weight: 600;
}

.borderbottumwhite {
    padding-bottom: 24px;
    border-bottom: 1px solid white;
}

.newSection4Certificatedescription {
    font-size: 18px;
    line-height: 140%;
    margin-top: 32px;
    font-weight: 500;
}

.newSection4CertificateIMG {
    display: flex;
    position: absolute;
    right: 240px;
    top: 197px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}

.newSection4CertificateIMGchildDiv {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.newSection4CertificateIMGchildImg {
    width: 250px;
}

.newSection4CertificateList {
    margin-top: 40px;
    padding-right: calc(300px + 10%);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.newSection4CertificateListItems {
    font-size: 18px;
    line-height: 130%;
    position: relative;
    font-weight: 600;
}

.bg-lightGray {
    background-color: #f4f5f7;
}

.newSection5heading {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    color: #1a202c;
}

.newSection5subHeading {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 44px;
    color: #1a202c;
}



.carousel-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    /* background: #8C8; */
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
    background: #ED2;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.fontW600 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
}

.newSection6heading {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
}

.newSection6subHeading {
    color: rgb(255, 255, 255);
    max-width: 80%;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.downloadBrochure {
    background: #ffb600 !important;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto;
}

.newSection6SubStatusTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.87);
}

.downloadIcon {
    color: white;
}

.newSection6SubStatusDiscription {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.87);
}



.slick-slide {
    margin: 0px 20px;
}

.logo-carousel {
    overflow: inherit;

}

/* .slick-track::before,
.slick-track::after {
    display: table;
    content: '';
} */

/*.slide {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    box-shadow: 0 4px 10px rgb(138 138 138 / 24%);*/
/*    border-radius: 10px;*/
/*    width: auto;*/
/*    height: 120px;*/
/*    padding: 8px;*/
/*    background-color: #fff;*/
/*}*/

/*.slide img {*/
/*    min-width: 100%;*/
/*    max-width: 100%;*/
/*    min-height: 100%;*/
/*    max-height: 100%;*/
/*    object-fit: contain;*/
/*}*/


.newSection9 .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    border: none;
    width: 2rem;
    height: 1.5rem;
    margin-top: -16px;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
    -webkit-appearance: none !important;
    background-image: url(./Images/right-arrow-angle.png) !important;

}

.slick-arrow.slick-prev {
    left: -40px;
}



.logo-carousel {
    margin-top: 32px;
}



.newSection6status {
    padding: 0px;
    margin: 56px 0px 80px;
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.newSection6grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    /* gap: 16px; */
}

.newSection6SubStatus {
    color: rgb(255, 255, 255);

}

.newSection6SubStatusTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.callBtn{
    display: none;
}
.nonCallBTN{
    display: block;
}

.newSection6SubStatusDiscription {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.87);
}

.newsection6Accordian {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.h-94 {
    height: 94px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.newsection6AccordianItemsHead1text {
    color: rgb(16, 16, 16) !important;
    font-size: 16px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
}

.newsection6AccordianItemsHead1text1 {
    color: rgb(16, 16, 16) !important;
    font-size: 16px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}

.newsection6AccordianItemsHead1Subtext {
    padding: 24px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    line-height: 27px;
    color: #151c2a;
    border-top: 1px solid #dfe3eb;
}

.newSection7Heading {
    font-size: 32px;
    line-height: 48px;
    color: rgb(34, 34, 34);
}

.mt-44 {
    margin-top: 44px;
}

.newSection7Description {
    font-size: 24px;
    line-height: 150%;
    color: rgb(90, 90, 90);
    font-weight: 500;
    letter-spacing: -0.25px;
}

.newSection7SubDescription {
    font-size: 18px;
    line-height: 150%;
    color: rgb(90, 90, 90);
    margin-top: 28px;
    letter-spacing: -0.2px;
}

.newSection7YoutubeVideo {
    border-radius: 4px;
}

.newSection7YoutubeVideo {
    height: 100%;
    width: 100%;
}

.newsection8AccordianItem {
    background-color: #fff;
    padding: 5%;

}

.newSection8AccordianDivHeading {
    font-size: 18px;
    line-height: 120%;
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 16px;
}

.newSection9heading {
    font-size: 32px;
    line-height: 28px;
    color: #263238;
    font-weight: 600;
}

.titleModle{
    color: #000 !important;
    text-align: center !important;
}
.form-group{
    color: black !important;

}
.newSection9Subheading {
    font-size: 18px;
    line-height: 18px;
    color: #101010;
    margin-top: 20px;
}

.newSection10heading {
    font-size: 32px;
    color: #ffffff;
    line-height: 100%;
    margin-bottom: 24px;
    font-weight: 600;
}

.newSection10SliderCard {
    width: 15%;
    padding: 20px 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(9 30 66 / 4%) 0px 2px 6px, rgb(9 30 66 / 8%) 0px 8px 12px;
    border-radius: 4px;
    min-width: 180px;
}

.newSection10SliderCardHeading {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    justify-content: center;
    color: rgb(74, 85, 104);
    display: flex;
    align-items: center;
    gap: 7px;
}

.newSection10SliderCardSubHeading {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgb(124, 134, 152);
    margin-top: 3px;
}

.newSection10CarousalPR {
    position: relative !important;

}

.newSection10Carousal {
    padding: 40px;
    width: min(100%, 852px);
    /* height: 400px; */
    background: rgb(255, 255, 255);
    box-shadow: rgb(9 30 66 / 4%) 0px 2px 8px, rgb(9 30 66 / 12%) 0px 12px 32px;
    border-radius: 4px;
    white-space: normal;
    flex-shrink: 0;
}

.newSection10CarousalImgDiv {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
}

.newSection10CarousalImg {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.br-50 {

    border-radius: 50% !important;
}

.newSection10CarousalText {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: rgb(26, 32, 44);
}

.newSection10CarousalSubText {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgb(120, 144, 156);
}

.newSection10CarousalPara {
    margin-top: 36px;
    font-size: 16px;
    line-height: 160%;
    color: rgb(74, 85, 104);
    text-shadow: rgb(9 30 66 / 4%) 0px 2px 6px, rgb(9 30 66 / 8%) 0px 8px 12px;
}

.newSectionCarousalParaSubHead {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgb(120, 144, 156);
}

.newSectionCarousalParaSubImg {}

.newSectionCarousalParaSpanDiv {}

.newSectionCarousalParaSpan {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0px 3px;
}

.newSectionCarousalParaSpan::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgb(124, 134, 152);
}

.newSectionCarousalParaSpan::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: rgb(124, 134, 152);
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    transform: rotate(45deg);
}

.mt-54 {
    margin-top: 54px;
}

.carousel-indicators {
    position: absolute !important;
    display: block !important;
    margin-left: -5% !important;
    bottom: -120px !important;
}

.carousel-indicators button {
    height: 13px !important;
    width: 13px !important;
    border-radius: 50% !important;
}

.newSection10Cards {
    margin-top: 124px !important;
    z-index: 3;
}

.newSection10 {
    /* margin-bottom: 200px; */
    position: relative;
    padding-bottom: 310px !important;
}

.newSection10Cards {
    position: absolute;
}

.secSection10CardsInnerPadding {
    padding: 32px 28px;
}

.secSection10CardsInnerheadImg {
    background: linear-gradient(106deg, #ffcc4c, #ffb600);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 12px;
    display: flex;
}

.secSection10CardsInnerheadImgIcon {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.secSection10CardsInnerheadImgIcon img {
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.secSection10CardsInnerPara {
    margin-top: 22px;
    text-align: center;
}

.secSection10CardsInnerPara h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    color: rgba(21, 28, 42, 0.87);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.secSection10CardsInnerPara p {
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    color: rgb(90, 90, 90);
    opacity: 0.9;
    margin: 20px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 60px;
}

.w-80 {
    width: 23% !important;
}

.secSection10CardsInnerPara .p1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffb600;
    cursor: pointer;
    border-bottom: 2px solid #ffb600;
    width: fit-content;
    margin: 0px auto;
}

.newSection11 {
    background-color: rgb(244, 245, 247);
}

.newSection11Subheading {
    font-size: 32px;
    line-height: 130%;
    font-weight: 400 !important;
    font-weight: 500;
    color: rgb(38, 50, 56);
}

.newSection11heading {
    margin-top: 40px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    color: rgb(38, 50, 56);
}

.newSection11SibHeadingButton {
    width: 100%;
    height: 60px;
    background: #ffb600;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    cursor: pointer;
}

.newSection11 .subtext {
    font-size: 18px;
    line-height: 150%;
    color: rgb(38, 50, 56);
    font-weight: 300;
}

.newSection12heading {
    margin-top: 40px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    color: rgb(38, 50, 56);
}

.newSection12GreenTick {
    width: 28px;
    height: 9px;
    border-bottom: 3px solid rgb(2, 141, 94);
    border-left: 3px solid rgb(2, 141, 94);
    display: block;
    transform: translateY(-4px) rotate(-45deg);
}

.newSection13WhiteTick {
    width: 18px;
    height: 9px;
    border-bottom: 3px solid rgb(255, 255, 255);
    border-left: 3px solid rgb(255, 255, 255);
    display: block;
    transform: translateY(-4px) rotate(-45deg);
}

.newSection12GreenPara {
    font-size: 18px;
    line-height: 140%;
    color: rgb(51, 58, 70);
}

.newSection13WhitePara {
    font-size: 18px;
    line-height: 140%;

    color: rgb(255, 255, 255);
}

.newSection12Img {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.newSection13H2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #1a202c;
}

.mt-84 {
    margin-top: 84px;
}

.section13PhoneNoInput .inputbox {
    height: 60px;
    width: 300px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #dfe1e6;
    padding: 8px 12px;
    color: #222;
}

.inputboxplaceholderDiv .flagIMg {
    width: 28px;
    height: 24px;
    padding: 10px;
    align-self: center;
}

.inputboxplaceholderDiv p {
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: .03em;
}

.inputboxplaceholderDiv input {
    outline: none;
    border: none;
    width: 100%;
    font-weight: bold;
    margin-left: 5px;
    font-size: 21px;
    /* height: 24px; */
    line-height: 24px;
    opacity: 0.5;
    letter-spacing: .12em;
    color: #091e42;
    font-family: inherit;
    padding: 0;
    margin: 0;
}

/*.mainBannerBottomTagMobile {*/
/*    display: none !important;*/
/*}*/

.newSection13button {
    width: 204px;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #ffb600;
    border-radius: 8px;
    box-shadow: 0 0 4px rgb(51 54 68 / 5%), 0 2px 6px rgb(51 54 68 / 10%);
    cursor: pointer;
}

.newSection13button p {
    position: absolute;
    z-index: 1;
    height: 60px;
    border-radius: 8px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.newSection13Email {
    background: none;
    border: 0;
    padding: 0;
    margin-top: 20px;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
    min-height: 0;
    box-shadow: none;
}

.newSection13EmailLink p {
    color: #1a202c;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
}

.newSection13RedDiv {
    background-color: #ffb600;
    color: #fff;
}

.newSection13PopUp {
    /* border-radius: 0 4px 4px 0; */
    border-radius: 4px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}

.newSection13P1 {
    margin-top: 32px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
}

.mobileFooter {
    display: none;
}

@media only screen and (max-width: 480px) {
    .mobileFooter {
        display: block !important;
        position: sticky;
        bottom: 0 !important;
        z-index: 99;
        text-align:center;
    }

    .mobileFooter li {
        /*display: flex;*/
        float: left;
        height: 50px;
        font-size: 12px;
    }

    .mobileFooter div {
        list-style-type: none !important;
    }

    .mobileFooter div li a {
        text-decoration: none !important;
        color: white !important;

    }



    .mobileFooterCall {
        padding: 4px 0px !important;
        width: 33%;
        background-color:#0a2c4e;
    }

    .mobileFooterApplynow {
padding: 17px 27px !important;
    width: 33%;
    font-size: 12px;
    background: #ffbc00;
}
    }

    .mobileFooterBrochure {
        padding: 14px 5px !important;
        width:33%;
        font-size: 12px;
        background-color: #b8161c !important;
    }

    .mobileFooterEnquiry {
padding: 14px 5px !important;
    width: 34%;
        font-size: 12px;
        background: #e11c24;

    }

    .mobileFooterWhatsApp a {
        margin: 0 auto;
    }

    .everySectionSpacing {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .LogoImg {
        height: 45px !important;
    }

    .LogoImgButton {
        font-size: 14px !important;
    }

    .signupbtn {
        height: 12% !important;
        /*margin-top: 15% !important;*/
    }

    .newsection2heading {
        text-align: center !important;
    }

    .mainBannerBottomTagMobile {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        display: block !important;
    }

    .mainBannerBottomTagListHeading {
        font-size: 16px;
        line-height: 40px;
        font-weight: 400;
        color: #000;
    }
    .callBtn{
        display: block !important;
    }
    .nonCallBTN{
        display: none !important;
    }
    .mainBannerBottomTagListsubPara {
        display: block;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        margin-top: 8px;
        color: #9d9d9d;
    }

    .downloadSyllabusParent {
        justify-content: center !important;
    }

    .FunctionCredentialParent {
        justify-content: center !important;
    }

    .newSection4Certificate1 {
        padding-right: 0 !important;
    }

    .newSection4CertificateList {
        padding-right: 0 !important;
    }

    .newSection4CertificateIMG {
        position: unset !important;
    }

    .newSection4CertificateIMGchildImg {
        width: 170px !important;
    }

    .newSection10Slider {
        margin-top: 0 !important;
    }

    .newSection10Slider .newSection10SliderCard {
        margin-top: 0 !important;
    }


    .newSection10SliderCard {
        margin-top: 0 !important;
        width: 12% !important;
        text-align: left !important;
        min-width: 150px !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .newSection10heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .newSection6subHeading {
        display: none !important;
    }

    .newSection10Carousal {
        display: none !important;
    }

    .newSection10SliderCardHeading1 {
        text-align: left;

    }

    .newSection10Slider .newSection10SliderCardHeading {
        font-size: 20px !important;
        line-height: 25px !important;
        color: #fff !important;
    }

    .newSection10SliderCardHeading img {
        display: none !important;
    }

    .newSection10SliderCardSubHeading {
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-top: 4px;
    }

    .newSection10 {
        margin-bottom: 0 !important;
    }


    .newSection10Cards {
        display: none !important;
    }

    .newSection11heading {
        margin-top: 0px !important;
        font-size: 24px;
        line-height: 130%;
        color: #1a202c;
    }

    .inputbox {
        height: fit-content !important;
        width: fit-content !important;
        margin-bottom: 15px !important;
    }


    .newSection13H2 {
        color: rgb(0, 0, 0);
        font-size: 24px;
        line-height: 130%;
    }

    .newSection11Subheading {
        margin-top: 0px !important;
        font-size: 24px !important;
        line-height: 130% !important;
        font-weight: 600 !important;
        color: #1a202c !important;
    }

    .mt-44 {
        margin-top: 10px;
    }

    .mt-44 .bg-480Gray {
        background-color: #4a5568 !important;
    }

    .d-480-none {
        display: none !important;
    }

    .newSection112 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mt-84 {
        margin-top: 10px !important;
    }

}

@media only screen and (maxF-width: 576px) {
    .newSection7YoutubeVideo {
        height: 200px !important;
        width: 100%;
    }

    .downloadSyllabusParent {
        justify-content: center !important;
    }

    .newSection4Certificate1 {
        padding-right: 0 !important;
    }

    .newSection4CertificateIMG {
        position: unset !important;
    }

    .newSection4CertificateList {
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 600px) {}

@media only screen and (max-width: 768px) {
    .newSection10Cards {
        display: none !important;
    }

    .newSection3gridHeading {
        font-size: unset !important;
    }

    .mainBannerBottomTagMobile {
        display: block !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mainBannerBottomTagListHeading {
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
        color: #000;
    }

    .mainBannerBottomTagListsubPara {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-top: 8px;
        color: #9d9d9d;
    }

    .newSection4CertificateIMG {
        position: unset !important;
    }

    .newSection4Certificate1 {
        padding-right: 0 !important;
    }

    .newSection4CertificateList {
        padding-right: 0 !important;
    }

    .pt-125 {
        padding-top: 0px !important;
    }

    .newSection4CertificateIMG {
        right: 80px !important;
    }

    /*.mainBannerBottomTag {*/
    /*    display: none !important;*/
    /*}*/
.offset-1 {
    margin-left: 0% !IMPORTANT;
}

}

@media only screen and (max-width: 1000px) {
    .newSection4CertificateIMG {
        right: 150px !important;
    }
}

@media only screen and (min-width: 1200px) {}





/*dgrshrw*/
  .Specialisations {
    width: 100%;
    box-shadow: 0px 0px 50px #d4d4d4;
    transition: all 1s;
    margin-top:20px;
}

            .Specialisations h3 {
    font-size: 20px;
    padding: 20px 10px;
}


/*slider*/
        #demo {
            /*background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);*/
            background:#fff;
            max-width: 900px;
            margin: auto;
            height:auto;
        }

        .carousel-caption {
            position: initial;
            z-index: 10;
            padding: 1rem 5rem;
            color: rgba(78, 77, 77, 0.856);
            text-align: center;
            font-size: 1.2rem;
            font-style: italic;
            font-weight: bold;
            line-height: 2rem
        }
     .carousel-caption img {
            width:70px;
            height:70px;
            border-radius: 50%;
          
        }
        .carousel-caption p {
    font-size: 15px;
}

        @media(max-width:767px) {
            .carousel-caption {
                position: initial;
                z-index: 10;
                padding: 3rem 2rem;
                color: rgba(78, 77, 77, 0.856);
                text-align: center;
                font-size: 0.7rem;
                font-style: italic;
                font-weight: bold;
                line-height: 1.5rem
            }
        }

        .carousel-caption img {
            width:70px;
            height:70px;
            border-radius: 50%;
          
        }

        @media(max-width:767px) {
            .carousel-caption img {
                width: 4rem;
                border-radius: 4rem;
                /*margin-top: 1rem*/
            }
        }

        #image-caption {
            font-style: normal;
            font-size: 1rem;
            margin-top: 0.5rem
        }

        @media(max-width:767px) {
            #image-caption {
                font-style: normal;
                font-size: 0.6rem;
                /*margin-top: 0.5rem*/
            }
        }

        i {
            background-color:#0A2C4E;
            padding: 1.4rem
        }

        @media(max-width:767px) {
            i {
                padding: 0.8rem
            }
        }

        .carousel-control-prev {
            justify-content: flex-start
        }

        .carousel-control-next {
            justify-content: flex-end
        }

        .carousel-control-prev,
        .carousel-control-next {
            transition: none;
            opacity: unset;
        }